home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / LIBRARY / SHDK_2 / INSTALL.DOC < prev    next >
Text File  |  1992-06-16  |  2KB  |  47 lines

  1.                        INSTALLATION INSTRUCTIONS
  2.                                   for
  3.                       SKYHAWK DEVELOPER'S TOOLKIT
  4.                               Release 2.0
  5.  
  6. 1.0     Unpack SHDK-2.ZIP
  7.  
  8. 2.0     Unpack TESTS.ZIP (conatined in SHDK-2.ZIP)
  9.  
  10. 3.0     Unpack EXECSWAP.ZIP (contained in TESTS.ZIP)
  11.  
  12. 4.0     Edit SHDEFINE.INC, activating or deactivating the various
  13.         directives to suit your specific needs.
  14.  
  15. 5.0     A MAKE file, SKYHAWK.MAK, is included. This file is suitable for
  16.         use with Borland's MAKE utility. This file must be edited prior
  17.         to use. See the embedded editing instructions. After editing,
  18.         issue the command
  19.  
  20.                            make -fskyhawk.mak
  21.  
  22.         and recall that the command IS case sensitive.
  23.  
  24. 6.0     Go out for coffee. When you return, the .TPU files for SKYHAWK
  25.         will have been created, as will the .EXE, .OVR, and .TPU files
  26.         for the test suite.
  27.  
  28. 7.0     To test the SKYHAWK library,
  29.  
  30.         7.1     If you want to test interactively enter the DOS command
  31.  
  32.                                 TESTSHDK
  33.  
  34.                 A menu will appear allowing you to select which tests to
  35.                 perform. Test output will be presented on the screen.
  36.  
  37.         7.2     If you want to test with output taken to a file enter
  38.                 the DOS command
  39.  
  40.                           TESTSHDK > <filename>
  41.  
  42.                 where <filename> is the name of the file to which you
  43.                 want the test output directed.
  44.  
  45. 8.0     After the tests have been completed to your satisfaction, you
  46.         may delete all files not beginning with the letters "SH".
  47.